home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / graphics / mountainview / mountainview.readme < prev    next >
Text File  |  1999-04-28  |  1KB  |  30 lines

  1. Short:    Make landscapes, view them from all sides
  2. Author:   wnoeker@t-online.de (Wilhelm Noeker)
  3. Uploader: wnoeker@t-online.de (Wilhelm Noeker)
  4. Type:     gfx/fract
  5.  
  6. What it does:
  7. - calculate a random elevation map on 64 x 64 squares
  8. - all heights below zero are truncated (these squares become ocean)
  9. - assign each surface of the map an illumination value:
  10.   the more it's tilted, the darker
  11. - draw the surface: if it's ocean, paint it blue, if it's above a
  12.   75% "snow line", use shades of gray, otherwise shades of brown
  13.  
  14. MountainView runs on the Workbench, using OS3.x pen sharing, so make sure
  15. you have a lot of colors available (at least 32). With OS2.x it open its own
  16. 5-plane LoRes screen instead, and can also be forced to do so by supplying a
  17. random CLI parameter (no equivalent tooltype option, sorry).
  18.  
  19. Use cursor keys (or the obvious gadgets) to navigate around the landscape,
  20. Enter to redraw, Esc to abort. Oh, and there's menus, too. ;-)
  21.  
  22. MountainView was written using CygnusEd 4.2 and the GNU C compiler.
  23. Freeware, source included. The program icon is taken from Manfred Wiesert's
  24. icon collection (check out pix/mwb/ATRcons3.lha on Aminet).
  25. The complete history:
  26. - Original BASIC implementation © 1987 Compute Publications, Inc.
  27. - KickPascal conversion by W. Nöker, 1992
  28. - C conversion and interactive GUI (i.e. this version) by W. Nöker, 1999
  29.  
  30.